.inputbox {
    width: 166px;
    height: 27px;
}

#filter_ambito {
    width: 210px;
    height: 27px;
}

.table {
    margin-top: 2rem;
}

.table thead tr,
.table tbody tr {
    display: flex;
    padding: 0;
}

.table thead tr th:first-child, .table tbody tr td:first-child {
    flex: 0 0 25%;
    text-align: left;
    align-items: left;
}

.table thead tr th:last-child, .table tbody tr td:last-child {
    flex: 0 0 5%;
    text-align: center;
}

.table tbody tr td,
.table thead tr th {
    flex: 1 0 23%;
    text-align: center;
    align-items: center;
}

/***********end table*****************/
.js-stools-container-bar {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between;
    height: 2rem;
}

.hidden-phone {
    margin-left: auto !important;
    position: relative;
}

.js-stools-container-bar .input-append {
    flex: 0 0 44%;
    display: flex !important;
    align-items: center !important;
}

.js-stools-search-string {
    flex-grow: 1;
    height: 100%;
}

.btn-wrapper {
    display: flex !important;
    align-items: center !important;
}

.input-append .btn {
    display: flex;
    align-items: center;
    align-self: center;
    height: 100%;
    border-radius: 0;
    background: none;
    padding: 0 .5rem;
    line-height: normal;
    display: flex;
}

.input-append .btn .fa {
    color: var(--color-principal) !important;
    align-self: center;
}

.js-stools-container-filters {
    right: 0;
    top: 100%;
    background: white !important;
    padding: .5rem;
    width: auto;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(156, 153, 156, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(156, 153, 156, 1);
    box-shadow: 0px 0px 5px 0px rgba(156, 153, 156, 1);
}

.js-stools-container-filters .input-append input {
    background: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid var(--color-principal);
    color: var(--color-principal);
    opacity: 1;
    flex: 0 0 88%;
    padding-right: 32px;

}

.js-stools-container-filters .input-append {
    position: relative;
}

.js-stools-container-filters .inputbox {
    padding-right: 10px;
    text-overflow: ellipsis;
}

.input-append .btn {
    position: absolute;
    right: 0px;
    background: none

}

.hasTooltip {
    position: relative !important;
    background: var(--color-principal) !important;
    color: white !important;
    border-radius: 0;
}

.hasTooltip:hover {
    position: relative !important;
    background: white !important;
    color: var(--color-principal) !important;
    outline: 1px solid var(--color-principal);
    transition: all ease-in-out .2s;
}

#select-municipio {
    width: 100%;
    margin-right: 1rem;
    border: 0 !important;
}

.hasTooltip .fa-search {
    color: white !important;
}

.input-append .btn:hover .fa-search {
    color: var(--color-principal) !important;
}

.input-append .btn .fa-search {
    color: white !important;
}

.controls, #select-municipio, .control-group {
    height: 100% !important;
}

#filter_municipio_chzn {
    width: 100% !important;
    height: 100% !important;
    line-height: 100% !important;
    color: var(--color-principal) !important;
}

#filter_municipio_chzn .chzn-single {
    height: 100% !important;
    border-radius: 0;
    background: var(--color-principal);
    align-content: center;
    border: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: white;
    font-size: 14px;
    font-weight: 400;
}

.hidden-phone {
    flex: 0 0 16%;
}

#filter_municipio_chzn .chzn-single div {
    padding: 0.35rem;
    width: 1.3rem;
}

#map-multiple-maker {
    margin-bottom: .5rem;
}

.chzn-container-single .chzn-single {
    line-height: 27px !important;
}

#filter_tipo_contenedor_chzn, #filter_cod_municipio_chzn {
    margin: 0 !important;
    height: 100%;
}

.js-stools-field-filter .chzn-single {
    box-shadow: none;
}

.js-stools-btn-clear {
    border: none;
    z-index: 1;
}

.js-stools {
    margin-bottom: 1rem;
}

.js-stools-field-filter {
    min-width: 13rem;
}